Skip to main content
method URLSearchParams.prototype.[Symbol.iterator]
URLSearchParams.prototype.[Symbol.iterator](): IterableIterator<[string, string]>
Deprecated

Return Type

IterableIterator<[string, string]>
Back to top